PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowContentMargins Class / PDFFlowContentMargins Constructor / PDFFlowContentMargins Constructor(double,double,double,double)
Left margin.
Right margin.
Top margin.
Bottom margin.
In This Topic
    PDFFlowContentMargins Constructor(double,double,double,double)
    In This Topic
    Initializes a new PDFFlowContentMargins object with the distinct values for each margin.
    Syntax
    public PDFFlowContentMargins( 
       double left,
       double right,
       double top,
       double bottom
    )

    Parameters

    left
    Left margin.
    right
    Right margin.
    top
    Top margin.
    bottom
    Bottom margin.
    See Also